(x-get-selection): Docstring dix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 27 Nov 2000 15:35:10 +0000 (15:35 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 27 Nov 2000 15:35:10 +0000 (15:35 +0000)
lisp/select.el

index b27287e4b4dca6b220222beac50c877c92ab83bb..6e0231ca1fc0585af9625d2411a5ba1dfe2dc69e 100644 (file)
   "Return the value of an X Windows selection.
 The argument TYPE (default `PRIMARY') says which selection, 
 and the argument DATA-TYPE (default `STRING') says
-how to convert the data."
+how to convert the data.
+
+TYPE may be `SECONDARY' or `CLIPBOARD', in addition to `PRIMARY'.
+DATA-TYPE is usually `STRING', but can also be one of the symbols
+in `selection-converter-alist', which see."
   (x-get-selection-internal (or type 'PRIMARY) (or data-type 'STRING)))
 
 (defun x-get-clipboard ()